home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 for Intel / NeXTSTEP 3.2 for Intel.iso / NextApps / Terminal.app / Spanish.lproj / Preferences.nib / data.classes next >
Encoding:
Text File  |  1992-07-01  |  2.6 KB  |  186 lines

  1. SizeAndFontController = {
  2.     ACTIONS = {
  3.     showDefault:;
  4.     setDefault:;
  5.     suggest:;
  6.     firstVisible:;
  7.     setStruct:;
  8.     setFont:;
  9.     setFromStruct:;
  10.     };
  11.     OUTLETS = {
  12.     fontDisplayField;
  13.     sizeForm;
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. StartupController = {
  18.     ACTIONS = {
  19.     firstVisible:;
  20.     fastStartupChanged:;
  21.     pathWasSet:;
  22.     startupActionChanged:;
  23.     setPathRequest:;
  24.     };
  25.     OUTLETS = {
  26.     actionMatrix;
  27.     pathForm;
  28.     fastAutolaunchCheck;
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32. FirstResponder = {
  33.     ACTIONS = {
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37. FontTrap = {
  38.     ACTIONS = {
  39.     changeFont:;
  40.     };
  41.     OUTLETS = {
  42.     fontTarget;
  43.     targetProxy;
  44.     };
  45.     SUPERCLASS = View;
  46. };
  47. WindowController = {
  48.     ACTIONS = {
  49.     setFontRequest:;
  50.     firstVisible:;
  51.     };
  52.     OUTLETS = {
  53.     fontTrap;
  54.     shellExitMatrix;
  55.     fontField;
  56.     sizeForm;
  57.     };
  58.     SUPERCLASS = Object;
  59. };
  60. TitleBarController = {
  61.     ACTIONS = {
  62.     customTitleChanged:;
  63.     titleBitsChanged:;
  64.     };
  65.     OUTLETS = {
  66.     fakeTitle;
  67.     elementMatrix;
  68.     titleForm;
  69.     prefObject;
  70.     };
  71.     SUPERCLASS = Object;
  72. };
  73. ShellController = {
  74.     ACTIONS = {
  75.     sourceDotLoginChanged:;
  76.     firstVisible:;
  77.     shellChanged:;
  78.     };
  79.     OUTLETS = {
  80.     shellForm;
  81.     sourceCheck;
  82.     };
  83.     SUPERCLASS = Object;
  84. };
  85. MiscController = {
  86.     ACTIONS = {
  87.     handleReturn:;
  88.     limitLines:;
  89.     unlimitLines:;
  90.     };
  91.     OUTLETS = {
  92.     linesLimited;
  93.     autoFocusCheck;
  94.     otherOptionsMatrix;
  95.     linesUnlimited;
  96.     wrapCheck;
  97.     okButton;
  98.     lineLimitField;
  99.     scrollbackEnableCheck;
  100.     };
  101.     SUPERCLASS = Object;
  102. };
  103. EmulationController = {
  104.     ACTIONS = {
  105.     firstVisible:;
  106.     suggest:;
  107.     showDefault:;
  108.     revert:;
  109.     };
  110.     OUTLETS = {
  111.     checkMatrix;
  112.     translateCheck;
  113.     altMatrix;
  114.     altBox;
  115.     altMsg;
  116.     keypadCheck;
  117.     strictCheck;
  118.     };
  119.     SUPERCLASS = Object;
  120. };
  121. ProcessMonitorController = {
  122.     ACTIONS = {
  123.     enablementChanged:;
  124.     remove:;
  125.     cleanProcChanged:;
  126.     add:;
  127.     textDidGetKeys:;
  128.     runningBackgroundChanged:;
  129.     };
  130.     OUTLETS = {
  131.     cleanMatrix;
  132.     cleanScrollView;
  133.     runningCleanCheck;
  134.     newCleanField;
  135.     monitorCheck;
  136.     removeButton;
  137.     fastAuditCheck;
  138.     shellsCleanCheck;
  139.     checkMatrix;
  140.     addButton;
  141.     };
  142.     SUPERCLASS = Object;
  143. };
  144. Preferences = {
  145.     ACTIONS = {
  146.     windowDidResignKey:;
  147.     revert:;
  148.     suggest:;
  149.     changePane:;
  150.     showPrefWindow:;
  151.     setDefaultX:;
  152.     handleReturnByProxy:;
  153.     windowDidBecomeKey:;
  154.     ok:;
  155.     showDefaultX:;
  156.     };
  157.     OUTLETS = {
  158.     okButton;
  159.     suggestButton;
  160.     miscPane;
  161.     revertButton;
  162.     processMonitorCntl;
  163.     shellCntl;
  164.     setDefaultButton;
  165.     startupCntl;
  166.     paneSelector;
  167.     currentTerminal;
  168.     windowPane;
  169.     titleBarPane;
  170.     processMonitorPane;
  171.     emulationPane;
  172.     startupPane;
  173.     windowCntl;
  174.     buttonMatrix;
  175.     installedPane;
  176.     titleBarCntl;
  177.     miscCntl;
  178.     window;
  179.     container;
  180.     showDefaultButton;
  181.     shellPane;
  182.     emulationCntl;
  183.     };
  184.     SUPERCLASS = Object;
  185. };
  186.